home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
BUSINESS
/
CPLUSTUT.LZH
/
CPTUT24.EXE
/
TUTOR.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-30
|
805b
|
31 lines
echo off
CLS
ECHO.
ECHO.
ECHO.
ECHO.
echo This tutorial may be freely distributed with the Personal
echo version of Contact Plus.
ECHO.
echo Any difficulty in viewing this tutorial does not reflect
echo problems with CONTACT PLUS.
ECHO.
echo Difficulties can be encountered due to memory
ECHO resident programs, floppy disk failure, or
ECHO system incompatibility.
echo.
echo A color monitor is highly recommended
echo to view this demo.
ECHO.
echo Thank you for your attention.
echo.
echo.
echo.
echo.
echo.
ECHO Press CTRL-C to abort now or
PAUSE
PRORUN t24main
CLS